var testing.panicOnExit0

4 uses

	testing (current package)
		testing.go#L397: 	panicOnExit0 = flag.Bool("test.paniconexit0", false, "panic on call to os.Exit(0)")
		testing.go#L426: 	panicOnExit0         *bool
		testing.go#L1915: 	if *panicOnExit0 {
		testing.go#L1929: 	if *panicOnExit0 {